PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowAnnotationContent Class


In This Topic
    PDFFlowAnnotationContent Class Methods
    In This Topic

    For a list of all members of this type, see PDFFlowAnnotationContent members.

    Public Methods
     NameDescription
    Public MethodAdds a listener for the create page event. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodAdds a listener for the before flow content draw event. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets the annotation height.
    The value represents either a percentage (0 to 100) or an absolute value based on the value returned by method.  
    Public MethodGets the annotation width.
    The value represents either a percentage (0 to 100) or an absolute value based on the value returned by method.  
    Public MethodGets the content background.
    The background that fills the flow content bounding rectangle. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets the content height.  
    Public MethodGets the destination name.
    A named destination is created at the top of flow content when this property is not null or an empty string. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets the horizontal align.  
    Public MethodGets the content inner margins.
    The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets the content outer margins.
    The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets the structure element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets an arbitrary object value that can be used to store custom information about this element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets the vertical align.  
    Public MethodGets a value indicating how the annotation size is interpreted.  
    Public MethodRemoves a listener for the create page event. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodRemoves a listener for the before flow content draw event. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets the annotation height.
    The value represents either a percentage (0 to 100) or an absolute value based on the value returned by method.  
    Public MethodSets the annotation width.
    The value represents either a percentage (0 to 100) or an absolute value based on the value returned by method.  
    Public MethodSets the content background.
    The background that fills the flow content bounding rectangle. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets the destination name.
    A named destination is created at the top of flow content when this property is not null or an empty string. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets the horizontal align.  
    Public MethodSets the content inner margins.
    The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets a value indicating how the annotation size is interpreted.  
    Public MethodSets the content outer margins.
    The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets the structure element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets an arbitrary Object value that can be used to store custom information about this element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets the vertical align.  
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Protected MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Protected MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Top
    See Also